DicomLabelCollection Constructor(IEnumerable<DicomLabel>)
In This Topic
Create a DicomLabelCollection object fro ma list
Syntax
'Declaration
Public Function New( _
ByVal As System.Collections.Generic.IEnumerable(Of DicomLabel) _
)
'Usage
Dim Items As System.Collections.Generic.IEnumerable(Of DicomLabel)
Dim instance As New DicomLabelCollection(Items)
public DicomLabelCollection(
System.Collections.Generic.IEnumerable<DicomLabel>
)
public DicomLabelCollection(
: System.Collections.Generic.IEnumerable
);
public function DicomLabelCollection(
: System.Collections.Generic.IEnumerable
);
public: DicomLabelCollection(
System.Collections.Generic.IEnumerable<DicomLabel*>*
)
public:
DicomLabelCollection(
System.Collections.Generic.IEnumerable<DicomLabel^>^
)
Parameters
- Items
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also